home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00318.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  187 b   |  11 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     go(the frame)
  5.   else
  6.     set the movieRate of sprite 40 to 0
  7.     go(the frame + 1)
  8.     updateStage()
  9.   end if
  10. end
  11.